
1) FortifyReportGenerator.sh has mandatory required option with -r and optional -d option for java application.
   Usage:$0 -r <project_root_directory> -d [dependent_jars]
   OPTIONS:
    -d    - Dependent Jar files where gradle downloads on the local machine. <optional>
            If not set, defaults to $HOME/.gradle/caches/modules-2/files-2.1/**/*.jar(Required for Java Only)
    -r    - Project Root directory from where fortify to be run. <Mandatory>

2) modify the fortifyConfig.properties for the application needs. (comments in the properties file has examples)

3) execute the script to generate the .fpr file.
   ./ForityReportGenerator.sh -r <project_root_directory>
